home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / turttleo.swf / scripts / DefineSprite_137_face_scr / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2007-10-01  |  139 b   |  7 lines

  1. btnMenu.buttonText = xml_lang.txt_showmm;
  2. btnMenu.OnClick = function()
  3. {
  4.    _root.show_escmenu();
  5.    _global._game_paused = true;
  6. };
  7.